Selected

class Selected(text: CharSequence, index: Int) : Search

Called when a search item has been selected or IME action of done is triggered

Parameters

index

The position of the new selection

text

The text of the selected item

Constructors

Selected
Link copied to clipboard
fun Selected(text: CharSequence, index: Int)
The position of the new selection

Properties

index
Link copied to clipboard
val index: Int
The position of the new selection
text
Link copied to clipboard
val text: CharSequence
The text of the selected item